NevronOpenVision
Nevron.Nov Namespace / NNullable<T> Structure
Fields Methods


NNullable<T> Structure Members

The following tables list the members exposed by NNullable<T>.

Public Constructors
 NameDescription
Public ConstructorCreates a row value that aggregates the specified value.  
Top
Public Fields
 NameDescription
Public FieldIndicates whehther the value should be considered as null.  
Public Fieldstatic (Shared in Visual Basic)The Null row value. Use it when you want to return a null for the row value.  
Public FieldRow value. Valid if IsNull is false.  
Top
Public Methods
 NameDescription
Public Method  
Public Method  
Top
Public Operators
Overloaded.  
Explicit operator for casting a NNullableValue to value.
Implicit operator that creates a NNullableValue from a value.
Overloaded. Logical Not Equal To operator
Top
See Also